PDF4Java Reference Documentation
com.o2sol.pdf4java.core.io Package / MemoryStream Class / toArray Method
In This Topic
    toArray Method
    In This Topic
    Converts the stream to a byte array
    Syntax
    public byte[] toArray()

    Return Value

    the byte array representing the stream content
    See Also